ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciFans<T> Class / End Property

In This Topic
    End Property (FibonacciFans<T>)
    In This Topic
    Gets or sets the ending DataPoint for the base line.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Finance.DataPointConvert)>
    Public Property End As DataPoint
    [JsonConverter(C1.Web.Mvc.Finance.DataPointConvert)]
    public DataPoint End {get; set;}
    Remarks
    The DataPoint X value can be a number or a Date object (for time-based data).
    See Also